Skip to content
Success

Console Output

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
Avoid second fetch
Checking out Revision b6740f6d411923dcac91afd799fc2deace330e91 (refs/remotes/origin/main)
Commit message: "Merge pull request #108 from UDFJDC-ModelosProgramacion/develop"
 > 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
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6740f6d411923dcac91afd799fc2deace330e91 # timeout=10
 > git rev-list --no-walk a12c3b10d13253388ebcf7c70b55d6f98138aa91 # 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: feat: add img, fix: shelter services, dto, and more

[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
 > 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
Checking out Revision b6740f6d411923dcac91afd799fc2deace330e91 (refs/remotes/origin/main)
Commit message: "Merge pull request #108 from UDFJDC-ModelosProgramacion/develop"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6740f6d411923dcac91afd799fc2deace330e91 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main b6740f6d411923dcac91afd799fc2deace330e91 # 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 3fe956af975934fa4457d96a391161bdc53ec33a962a01e83dd01728297a0dae -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
02:12:02.664 [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.
02:12:02.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-04T02:12:03.880Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Starting AdopterServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:03.882Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:05.315Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:05.460Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 129 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:06.232Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:06.336Z  INFO 92 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-04T02:12:06.394Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:06.918Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:06.970Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-04T02:12:07.424Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-04T02:12:07.427Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-04T02:12:07.479Z  WARN 92 --- [           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-04T02:12:07.514Z  INFO 92 --- [           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-04T02:12:09.519Z  INFO 92 --- [           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-04T02:12:09.678Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:11.283Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-04T02:12:11.362Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 8.115 seconds (process running for 10.34)
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: 9.948 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-04T02:12:12.269Z  INFO 92 --- [           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-04T02:12:12.287Z  INFO 92 --- [           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-04T02:12:12.314Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Starting AdoptionControllerTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:12.315Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:13.265Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-04T02:12:13.265Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-04T02:12:13.270Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 2 ms
2026-05-04T02:12:13.309Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 1.019 seconds (process running for 12.288)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-04T02:12:14.090Z  INFO 92 --- [           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-04T02:12:14.111Z  INFO 92 --- [           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-04T02:12:14.205Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Starting BackgroundTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:14.206Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:14.415Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:14.461Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 44 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:14.506Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:14.560Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:88c29510-4a22-40ad-9482-0f66989d2c1b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:14.614Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:14.618Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:14.634Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:14.637Z  WARN 92 --- [           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-04T02:12:14.638Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@a01b997']
	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-04T02:12:14.848Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:14.910Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:15.212Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 1.055 seconds (process running for 14.19)
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-04T02:12:15.850Z  INFO 92 --- [           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-04T02:12:15.878Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-04T02:12:15.879Z  INFO 92 --- [           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-04T02:12:15.899Z  INFO 92 --- [           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-04T02:12:15.918Z  INFO 92 --- [           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-04T02:12:15.936Z  INFO 92 --- [           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-04T02:12:15.953Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-04T02:12:15.955Z  INFO 92 --- [           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-04T02:12:15.975Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-04T02:12:15.976Z  INFO 92 --- [           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-04T02:12:15.994Z  INFO 92 --- [           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-04T02:12:16.014Z  INFO 92 --- [           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.945 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-04T02:12:16.078Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Starting FollowUpServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:16.079Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:16.206Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:16.241Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:16.272Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:16.295Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:14cbe221-cb0c-4b15-baf0-d31f0bc8d290;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:16.329Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:16.333Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:16.345Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:16.347Z  WARN 92 --- [           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-04T02:12:16.347Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@12132be1']
	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-04T02:12:16.524Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:16.573Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:16.800Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 0.751 seconds (process running for 15.778)
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.154 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-04T02:12:17.182Z  INFO 92 --- [           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-04T02:12:17.193Z  INFO 92 --- [           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-04T02:12:17.224Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Starting ShelterEventServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:17.224Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:17.340Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:17.376Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 34 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:17.407Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:17.430Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:8ecea040-6368-464e-9805-4a53c77d2d4b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:17.463Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:17.467Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:17.478Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:17.480Z  WARN 92 --- [           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-04T02:12:17.480Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@69129d6f']
	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-04T02:12:17.672Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:17.719Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:17.930Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 0.733 seconds (process running for 16.908)
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-04T02:12:17.956Z  INFO 92 --- [           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-04T02:12:18.025Z  INFO 92 --- [           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-04T02:12:18.047Z  INFO 92 --- [           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-04T02:12:18.066Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-04T02:12:18.068Z  INFO 92 --- [           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-04T02:12:18.087Z  INFO 92 --- [           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-04T02:12:18.092Z  INFO 92 --- [           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-04T02:12:18.112Z  INFO 92 --- [           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: 0.937 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-04T02:12:18.122Z  INFO 92 --- [           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-04T02:12:18.125Z  INFO 92 --- [           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-04T02:12:18.153Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Starting AdopterControllerTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:18.153Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:18.408Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:18.457Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 47 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:18.660Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:18.663Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:18.676Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:18.677Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-04T02:12:18.678Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-04T02:12:18.678Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-04T02:12:18.679Z  WARN 92 --- [           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-04T02:12:18.679Z  INFO 92 --- [           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-04T02:12:18.830Z  INFO 92 --- [           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-04T02:12:18.878Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:19.342Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-04T02:12:19.375Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-04T02:12:19.375Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-04T02:12:19.378Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 2 ms
2026-05-04T02:12:19.394Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 1.265 seconds (process running for 18.372)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.528 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-04T02:12:19.652Z  INFO 92 --- [           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-04T02:12:19.654Z  INFO 92 --- [           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.081 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-04T02:12:19.737Z  INFO 92 --- [           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-04T02:12:19.747Z  INFO 92 --- [           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-04T02:12:19.772Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Starting PetMediaFileTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:19.772Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:19.880Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:19.912Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:19.940Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:19.978Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:0727a658-7b8a-4c20-8675-d23b39cd34f9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:20.009Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:20.011Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:20.024Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:20.026Z  WARN 92 --- [           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-04T02:12:20.026Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@74b31d9d']
	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-04T02:12:20.159Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:20.195Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:20.390Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.64 seconds (process running for 19.368)
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-04T02:12:20.420Z  INFO 92 --- [           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-04T02:12:20.446Z  INFO 92 --- [           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-04T02:12:20.472Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-04T02:12:20.472Z  INFO 92 --- [           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-04T02:12:20.495Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-04T02:12:20.496Z  INFO 92 --- [           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-04T02:12:20.520Z  INFO 92 --- [           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-04T02:12:20.546Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-04T02:12:20.547Z  INFO 92 --- [           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.819 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-04T02:12:20.556Z  INFO 92 --- [           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-04T02:12:20.558Z  INFO 92 --- [           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.089 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-04T02:12:20.682Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Starting MedicalEventTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:20.682Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:20.786Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:20.817Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:20.844Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:20.865Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4d9e4c61-b7c3-406d-9e67-0c96d962815f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:20.896Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:20.899Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:20.909Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:20.910Z  WARN 92 --- [           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-04T02:12:20.911Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@453a1787']
	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-04T02:12:21.032Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:21.090Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:21.279Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.618 seconds (process running for 20.257)
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-04T02:12:21.296Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-04T02:12:21.298Z  INFO 92 --- [           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-04T02:12:21.312Z  INFO 92 --- [           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-04T02:12:21.326Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-04T02:12:21.327Z  INFO 92 --- [           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-04T02:12:21.339Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-04T02:12:21.340Z  INFO 92 --- [           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-04T02:12:21.352Z  INFO 92 --- [           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-04T02:12:21.367Z  INFO 92 --- [           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-04T02:12:21.381Z  INFO 92 --- [           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-04T02:12:21.395Z  INFO 92 --- [           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-04T02:12:21.409Z  INFO 92 --- [           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.768 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-04T02:12:21.450Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Starting ReturnPetServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:21.450Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:21.552Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:21.579Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:21.601Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:21.619Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:074b57c2-8f1b-44cb-b312-64ee70f41dea;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:21.644Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:21.646Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:21.654Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:21.656Z  WARN 92 --- [           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-04T02:12:21.656Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5f68009e']
	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-04T02:12:21.765Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:21.796Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:21.976Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 0.545 seconds (process running for 20.954)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-04T02:12:22.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:22.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.877Z  WARN 92 --- [           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-04T02:12:22.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:22.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:22.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.118Z  WARN 92 --- [           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-04T02:12:23.135Z  WARN 92 --- [           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-04T02:12:23.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:23.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.357Z  WARN 92 --- [           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-04T02:12:23.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:23.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:23.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.176Z  WARN 92 --- [           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-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.338Z  WARN 92 --- [           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-04T02:12:24.348Z  WARN 92 --- [           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-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.501Z  WARN 92 --- [           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-04T02:12:24.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:24.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:24.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:24.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.190Z  WARN 92 --- [           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-04T02:12:25.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.352Z  WARN 92 --- [           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-04T02:12:25.362Z  WARN 92 --- [           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-04T02:12:25.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.512Z  WARN 92 --- [           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-04T02:12:25.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:25.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:25.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:25.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.219Z  WARN 92 --- [           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-04T02:12:26.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.375Z  WARN 92 --- [           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-04T02:12:26.385Z  WARN 92 --- [           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-04T02:12:26.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.533Z  WARN 92 --- [           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-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:26.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:26.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:26.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.205Z  WARN 92 --- [           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-04T02:12:27.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.361Z  WARN 92 --- [           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-04T02:12:27.371Z  WARN 92 --- [           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-04T02:12:27.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.519Z  WARN 92 --- [           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-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:27.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:27.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:27.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.211Z  WARN 92 --- [           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-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.338Z  WARN 92 --- [           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-04T02:12:28.346Z  WARN 92 --- [           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-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.459Z  WARN 92 --- [           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-04T02:12:28.466Z  WARN 92 --- [           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-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.552Z  WARN 92 --- [           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-04T02:12:28.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:28.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.918Z  WARN 92 --- [           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-04T02:12:28.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:28.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.001Z  WARN 92 --- [           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-04T02:12:29.006Z  WARN 92 --- [           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-04T02:12:29.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:29.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.076Z  WARN 92 --- [           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-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.396Z  WARN 92 --- [           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-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.480Z  WARN 92 --- [           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-04T02:12:29.484Z  WARN 92 --- [           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-04T02:12:29.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.553Z  WARN 92 --- [           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-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:29.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.876Z  WARN 92 --- [           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-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.951Z  WARN 92 --- [           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-04T02:12:29.956Z  WARN 92 --- [           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-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:29.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.024Z  WARN 92 --- [           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-04T02:12:30.029Z  WARN 92 --- [           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-04T02:12:30.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.108Z  WARN 92 --- [           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-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.412Z  WARN 92 --- [           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-04T02:12:30.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.482Z  WARN 92 --- [           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-04T02:12:30.487Z  WARN 92 --- [           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-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.551Z  WARN 92 --- [           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-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.835Z  WARN 92 --- [           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-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.903Z  WARN 92 --- [           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-04T02:12:30.908Z  WARN 92 --- [           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-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.975Z  WARN 92 --- [           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-04T02:12:30.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:30.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.290Z  WARN 92 --- [           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-04T02:12:31.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.358Z  WARN 92 --- [           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-04T02:12:31.362Z  WARN 92 --- [           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-04T02:12:31.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:31.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.423Z  WARN 92 --- [           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-04T02:12:31.428Z  WARN 92 --- [           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-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.490Z  WARN 92 --- [           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-04T02:12:31.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.776Z  WARN 92 --- [           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-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.851Z  WARN 92 --- [           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-04T02:12:31.855Z  WARN 92 --- [           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-04T02:12:31.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.914Z  WARN 92 --- [           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-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:31.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:31.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.191Z  WARN 92 --- [           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-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.257Z  WARN 92 --- [           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-04T02:12:32.261Z  WARN 92 --- [           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-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.317Z  WARN 92 --- [           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-04T02:12:32.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.590Z  WARN 92 --- [           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-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.658Z  WARN 92 --- [           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-04T02:12:32.662Z  WARN 92 --- [           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-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.719Z  WARN 92 --- [           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-04T02:12:32.724Z  WARN 92 --- [           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-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.786Z  WARN 92 --- [           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-04T02:12:32.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:32.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.103Z  WARN 92 --- [           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-04T02:12:33.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.166Z  WARN 92 --- [           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-04T02:12:33.170Z  WARN 92 --- [           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-04T02:12:33.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:33.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.230Z  WARN 92 --- [           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-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.490Z  WARN 92 --- [           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-04T02:12:33.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.550Z  WARN 92 --- [           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-04T02:12:33.554Z  WARN 92 --- [           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-04T02:12:33.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:33.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.615Z  WARN 92 --- [           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-04T02:12:33.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:33.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.856Z  WARN 92 --- [           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-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.913Z  WARN 92 --- [           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-04T02:12:33.917Z  WARN 92 --- [           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-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.972Z  WARN 92 --- [           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-04T02:12:33.977Z  WARN 92 --- [           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-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:33.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.028Z  WARN 92 --- [           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-04T02:12:34.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.325Z  WARN 92 --- [           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-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.380Z  WARN 92 --- [           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-04T02:12:34.384Z  WARN 92 --- [           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-04T02:12:34.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.439Z  WARN 92 --- [           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-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.664Z  WARN 92 --- [           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-04T02:12:34.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.719Z  WARN 92 --- [           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-04T02:12:34.727Z  WARN 92 --- [           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-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.773Z  WARN 92 --- [           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-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:34.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:34.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.030Z  WARN 92 --- [           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-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.082Z  WARN 92 --- [           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-04T02:12:35.086Z  WARN 92 --- [           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-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.131Z  WARN 92 --- [           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-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.366Z  WARN 92 --- [           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-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.418Z  WARN 92 --- [           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-04T02:12:35.422Z  WARN 92 --- [           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-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.470Z  WARN 92 --- [           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-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.682Z  WARN 92 --- [           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-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.733Z  WARN 92 --- [           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-04T02:12:35.737Z  WARN 92 --- [           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-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.782Z  WARN 92 --- [           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-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.991Z  WARN 92 --- [           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-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:35.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.041Z  WARN 92 --- [           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-04T02:12:36.045Z  WARN 92 --- [           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-04T02:12:36.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.095Z  WARN 92 --- [           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-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.311Z  WARN 92 --- [           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-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.361Z  WARN 92 --- [           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-04T02:12:36.365Z  WARN 92 --- [           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-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.409Z  WARN 92 --- [           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-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.616Z  WARN 92 --- [           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-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.665Z  WARN 92 --- [           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-04T02:12:36.669Z  WARN 92 --- [           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-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.716Z  WARN 92 --- [           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-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:36.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.924Z  WARN 92 --- [           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-04T02:12:36.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.973Z  WARN 92 --- [           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-04T02:12:36.977Z  WARN 92 --- [           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-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.021Z  WARN 92 --- [           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-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.228Z  WARN 92 --- [           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-04T02:12:37.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.279Z  WARN 92 --- [           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-04T02:12:37.283Z  WARN 92 --- [           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-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.332Z  WARN 92 --- [           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-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.547Z  WARN 92 --- [           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-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.596Z  WARN 92 --- [           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-04T02:12:37.600Z  WARN 92 --- [           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-04T02:12:37.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.644Z  WARN 92 --- [           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-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.850Z  WARN 92 --- [           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-04T02:12:37.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.899Z  WARN 92 --- [           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-04T02:12:37.903Z  WARN 92 --- [           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-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.946Z  WARN 92 --- [           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-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.151Z  WARN 92 --- [           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-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.203Z  WARN 92 --- [           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-04T02:12:38.207Z  WARN 92 --- [           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-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.250Z  WARN 92 --- [           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-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.467Z  WARN 92 --- [           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-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.516Z  WARN 92 --- [           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-04T02:12:38.521Z  WARN 92 --- [           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-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.564Z  WARN 92 --- [           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-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.769Z  WARN 92 --- [           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-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.823Z  WARN 92 --- [           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-04T02:12:38.827Z  WARN 92 --- [           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-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.869Z  WARN 92 --- [           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-04T02:12:38.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:38.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.074Z  WARN 92 --- [           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-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.123Z  WARN 92 --- [           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-04T02:12:39.126Z  WARN 92 --- [           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-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.169Z  WARN 92 --- [           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-04T02:12:39.173Z  WARN 92 --- [           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-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.228Z  WARN 92 --- [           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-04T02:12:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.443Z  WARN 92 --- [           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-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.493Z  WARN 92 --- [           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-04T02:12:39.496Z  WARN 92 --- [           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-04T02:12:39.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.540Z  WARN 92 --- [           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-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.754Z  WARN 92 --- [           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-04T02:12:39.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.803Z  WARN 92 --- [           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-04T02:12:39.807Z  WARN 92 --- [           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-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.852Z  WARN 92 --- [           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-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.055Z  WARN 92 --- [           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-04T02:12:40.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.103Z  WARN 92 --- [           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-04T02:12:40.107Z  WARN 92 --- [           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-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.150Z  WARN 92 --- [           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-04T02:12:40.154Z  WARN 92 --- [           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-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.197Z  WARN 92 --- [           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-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.407Z  WARN 92 --- [           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-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.461Z  WARN 92 --- [           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-04T02:12:40.465Z  WARN 92 --- [           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-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.507Z  WARN 92 --- [           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-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.709Z  WARN 92 --- [           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-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.757Z  WARN 92 --- [           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-04T02:12:40.761Z  WARN 92 --- [           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-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.804Z  WARN 92 --- [           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-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.007Z  WARN 92 --- [           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-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.054Z  WARN 92 --- [           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-04T02:12:41.058Z  WARN 92 --- [           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-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.104Z  WARN 92 --- [           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: 19.70 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-04T02:12:41.117Z  INFO 92 --- [           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-04T02:12:41.124Z  INFO 92 --- [           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-04T02:12:41.145Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Starting AdoptionServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:41.146Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:41.220Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:41.241Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:41.255Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:41.281Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:f9b76255-d4d1-4951-bedc-247ecb58602a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:41.317Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:41.322Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:41.343Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:41.348Z  WARN 92 --- [           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-04T02:12:41.348Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@59405dfd']
	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-04T02:12:41.553Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:41.603Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:41.851Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.725 seconds (process running for 40.829)
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-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.251Z  WARN 92 --- [           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-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.506Z  WARN 92 --- [           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-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.760Z  WARN 92 --- [           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-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-04T02:12:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-04T02:12:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-04T02:12:43.013Z  WARN 92 --- [           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: 1.913 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-04T02:12:43.052Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Starting ShelterServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:43.052Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:43.113Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:43.132Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:43.144Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:43.156Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:9778c4b9-1610-4f7b-9c8a-f930227be774;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:43.189Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:43.194Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:43.203Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:43.205Z  WARN 92 --- [           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-04T02:12:43.206Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7e3eccde']
	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-04T02:12:43.353Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:43.388Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:43.544Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 0.505 seconds (process running for 42.522)
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-04T02:12:43.566Z  INFO 92 --- [           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-04T02:12:43.587Z  INFO 92 --- [           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-04T02:12:43.598Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-04T02:12:43.599Z  INFO 92 --- [           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-04T02:12:43.611Z  INFO 92 --- [           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-04T02:12:43.629Z  INFO 92 --- [           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-04T02:12:43.634Z  INFO 92 --- [           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-04T02:12:43.645Z  INFO 92 --- [           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-04T02:12:43.657Z  INFO 92 --- [           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-04T02:12:43.667Z  INFO 92 --- [           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-04T02:12:43.677Z  INFO 92 --- [           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-04T02:12:43.691Z  INFO 92 --- [           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.669 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-04T02:12:43.700Z  INFO 92 --- [           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-04T02:12:43.705Z  INFO 92 --- [           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-04T02:12:43.720Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Starting PetServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:43.720Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:43.786Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:43.804Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:43.816Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:43.826Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a1547669-c30a-4dda-9665-803001b32c18;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:43.841Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:43.842Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:43.849Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:43.850Z  WARN 92 --- [           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-04T02:12:43.850Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@541b50a2']
	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-04T02:12:43.944Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:43.965Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:44.101Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 0.393 seconds (process running for 43.079)
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.414 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-04T02:12:44.117Z  INFO 92 --- [           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-04T02:12:44.122Z  INFO 92 --- [           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-04T02:12:44.136Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Starting MediaFileTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:44.136Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:44.197Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:44.223Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:44.239Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:44.249Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:0ab326f6-3dda-4fd7-a307-b11594697177;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:44.263Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:44.265Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:44.271Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:44.272Z  WARN 92 --- [           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-04T02:12:44.272Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@292031bd']
	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-04T02:12:44.351Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:44.373Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:44.509Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.385 seconds (process running for 43.487)
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-04T02:12:44.519Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-04T02:12:44.520Z  INFO 92 --- [           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-04T02:12:44.528Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:12:44.529Z  INFO 92 --- [           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-04T02:12:44.536Z  INFO 92 --- [           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-04T02:12:44.542Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:12:44.543Z  INFO 92 --- [           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-04T02:12:44.549Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:12:44.550Z  INFO 92 --- [           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-04T02:12:44.556Z  INFO 92 --- [           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-04T02:12:44.563Z  INFO 92 --- [           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-04T02:12:44.572Z  INFO 92 --- [           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-04T02:12:44.580Z  INFO 92 --- [           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-04T02:12:44.586Z  INFO 92 --- [           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.475 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-04T02:12:44.634Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Starting VeterinaryServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:44.634Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:44.710Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:44.728Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:44.740Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:44.750Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:715a3280-37a1-4b2e-ae48-87cf19e9af98;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:44.765Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:44.767Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:44.774Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:44.775Z  WARN 92 --- [           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-04T02:12:44.776Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5ff8a5d1']
	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-04T02:12:44.853Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:44.885Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:45.019Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.412 seconds (process running for 43.997)
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.704 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-04T02:12:45.302Z  INFO 92 --- [           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-04T02:12:45.308Z  INFO 92 --- [           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-04T02:12:45.328Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Starting MessageTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:45.328Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:45.403Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:45.423Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:45.436Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:45.446Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:9d4b72c7-5575-49f7-87ca-822d92e8ed8d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:45.462Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:45.464Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:45.472Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:45.473Z  WARN 92 --- [           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-04T02:12:45.474Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@22cb6320']
	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-04T02:12:45.605Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:45.647Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:45.778Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.466 seconds (process running for 44.757)
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-04T02:12:45.795Z  INFO 92 --- [           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-04T02:12:45.807Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-04T02:12:45.808Z  INFO 92 --- [           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-04T02:12:45.824Z  INFO 92 --- [           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-04T02:12:45.839Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-04T02:12:45.840Z  INFO 92 --- [           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-04T02:12:45.855Z  INFO 92 --- [           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.560 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-04T02:12:45.865Z  INFO 92 --- [           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-04T02:12:45.872Z  INFO 92 --- [           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-04T02:12:45.893Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Starting VaccinationRecordTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:45.893Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:12:45.961Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:45.986Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:45.998Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:12:46.008Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:b5e53f3e-b54c-4cd7-bf66-f307501ee27b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:12:46.027Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:46.028Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:46.037Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:46.038Z  WARN 92 --- [           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-04T02:12:46.039Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4dcbe33d']
	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-04T02:12:46.141Z  INFO 92 --- [           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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:12:46.177Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:46.352Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.478 seconds (process running for 45.33)
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-04T02:12:46.367Z  INFO 92 --- [           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-04T02:12:46.383Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-04T02:12:46.387Z  INFO 92 --- [           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-04T02:12:46.403Z  INFO 92 --- [           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-04T02:12:46.417Z  INFO 92 --- [           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-04T02:12:46.429Z  INFO 92 --- [           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-04T02:12:46.449Z  INFO 92 --- [           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-04T02:12:46.465Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-04T02:12:46.466Z  INFO 92 --- [           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-04T02:12:46.478Z  INFO 92 --- [           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-04T02:12:46.489Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-04T02:12:46.489Z  INFO 92 --- [           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-04T02:12:46.499Z  INFO 92 --- [           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.638 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-04T02:12:46.506Z  INFO 92 --- [           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-04T02:12:46.510Z  INFO 92 --- [           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.183 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-04T02:12:51.142Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Starting MainApplication using Java 21.0.4 with PID 207 (/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-04T02:12:51.145Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : The following 1 profile is active: "integration-tests"
2026-05-04T02:12:52.550Z  INFO 207 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:12:52.739Z  INFO 207 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 176 ms. Found 16 JPA repository interfaces.
2026-05-04T02:12:53.625Z  INFO 207 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8999 (http)
2026-05-04T02:12:53.642Z  INFO 207 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-05-04T02:12:53.643Z  INFO 207 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.50]
2026-05-04T02:12:53.702Z  INFO 207 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
2026-05-04T02:12:53.703Z  INFO 207 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2418 ms
2026-05-04T02:12:53.985Z  INFO 207 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:12:54.034Z  INFO 207 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-04T02:12:54.091Z  INFO 207 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:12:54.398Z  INFO 207 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:12:54.428Z  INFO 207 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-04T02:12:54.649Z  INFO 207 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-04T02:12:54.656Z  INFO 207 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-04T02:12:54.693Z  WARN 207 --- [           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-04T02:12:54.722Z  INFO 207 --- [           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-04T02:12:56.470Z  INFO 207 --- [           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-04T02:12:56.630Z  INFO 207 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:58.437Z  INFO 207 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-04T02:12:58.612Z  INFO 207 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 8999 (http) with context path '/api'
2026-05-04T02:12:58.638Z  INFO 207 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Started MainApplication in 8.336 seconds (process running for 9.215)
[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-04T02:12:59.613Z  INFO 207 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2026-05-04T02:12:59.619Z  INFO 207 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown        : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-04T02:12:59.625Z  INFO 207 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown        : Graceful shutdown complete
2026-05-04T02:12:59.639Z  INFO 207 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:12:59.678Z  INFO 207 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2026-05-04T02:12:59.685Z  INFO 207 --- [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:05 min
[INFO] Finished at: 2026-05-04T02:13:00Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 3fe956af975934fa4457d96a391161bdc53ec33a962a01e83dd01728297a0dae
$ docker rm -f --volumes 3fe956af975934fa4457d96a391161bdc53ec33a962a01e83dd01728297a0dae
[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 cd474d9e4ce085329dee81eb4af1b7ae328fc5735a92cb6ee222099bf30751fb -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
02:13:12.038 [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.
02:13:12.337 [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-04T02:13:13.643Z  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-04T02:13:13.645Z  INFO 73 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:15.578Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:15.800Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 202 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:16.931Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:17.048Z  INFO 73 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-04T02:13:17.113Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:18.018Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:18.158Z  INFO 73 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-04T02:13:18.951Z  INFO 73 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-04T02:13:18.955Z  INFO 73 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-04T02:13:19.002Z  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-04T02:13:19.108Z  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-04T02:13:22.378Z  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-04T02:13:22.656Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:25.655Z  INFO 73 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-04T02:13:25.760Z  INFO 73 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 13.039 seconds (process running for 17.026)
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: 15.80 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-04T02:13:27.233Z  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-04T02:13:27.266Z  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-04T02:13:27.347Z  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-04T02:13:27.347Z  INFO 73 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:29.130Z  INFO 73 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-04T02:13:29.131Z  INFO 73 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-04T02:13:29.137Z  INFO 73 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 2 ms
2026-05-04T02:13:29.213Z  INFO 73 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 1.938 seconds (process running for 20.48)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.139 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-04T02:13:30.413Z  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-04T02:13:30.452Z  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-04T02:13:30.587Z  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-04T02:13:30.587Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:30.936Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:31.021Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 78 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:31.095Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:31.165Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:387a7b1f-43a7-4307-bda6-0117f8ec7675;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:31.260Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:31.270Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:31.298Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:31.313Z  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-04T02:13:31.314Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5ccdd496']
	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-04T02:13:31.840Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:31.984Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:32.515Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 2.016 seconds (process running for 23.781)
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-04T02:13:33.285Z  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-04T02:13:33.330Z  INFO 73 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-04T02:13:33.331Z  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-04T02:13:33.370Z  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-04T02:13:33.407Z  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-04T02:13:33.439Z  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-04T02:13:33.469Z  INFO 73 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-04T02:13:33.471Z  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-04T02:13:33.502Z  INFO 73 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-04T02:13:33.503Z  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-04T02:13:33.532Z  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-04T02:13:33.569Z  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: 3.185 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-04T02:13:33.682Z  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-04T02:13:33.683Z  INFO 73 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:33.898Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:33.937Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:33.976Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:34.002Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4b578019-8bff-4275-8fc1-10cf8d0bb4b3;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:34.042Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:34.047Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:34.065Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:34.068Z  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-04T02:13:34.069Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6dab1af1']
	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-04T02:13:34.341Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:34.525Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:34.876Z  INFO 73 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 1.245 seconds (process running for 26.142)
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.889 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-04T02:13:35.491Z  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-04T02:13:35.512Z  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-04T02:13:35.562Z  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-04T02:13:35.562Z  INFO 73 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:35.737Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:35.776Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:35.804Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:35.843Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:f155dbd9-fff9-4602-90f3-919b8b646795;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:35.883Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:35.886Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:35.901Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:35.906Z  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-04T02:13:35.908Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5894594']
	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-04T02:13:36.152Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:36.251Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:36.656Z  INFO 73 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 1.14 seconds (process running for 27.923)
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-04T02:13:36.684Z  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-04T02:13:36.735Z  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-04T02:13:36.755Z  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-04T02:13:36.771Z  INFO 73 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-04T02:13:36.773Z  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-04T02:13:36.793Z  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-04T02:13:36.801Z  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-04T02:13:36.843Z  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.381 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-04T02:13:36.879Z  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-04T02:13:36.894Z  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-04T02:13:36.990Z  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-04T02:13:36.990Z  INFO 73 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:37.249Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:37.282Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:37.432Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:37.434Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:37.443Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:37.444Z  INFO 73 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-04T02:13:37.447Z  INFO 73 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-04T02:13:37.448Z  INFO 73 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-04T02:13:37.450Z  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-04T02:13:37.452Z  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-04T02:13:37.708Z  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-04T02:13:37.803Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:38.434Z  INFO 73 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-04T02:13:38.484Z  INFO 73 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-04T02:13:38.484Z  INFO 73 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-04T02:13:38.487Z  INFO 73 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 3 ms
2026-05-04T02:13:38.508Z  INFO 73 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 1.599 seconds (process running for 29.774)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-04T02:13:38.952Z  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-04T02:13:38.958Z  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.131 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-04T02:13:39.152Z  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-04T02:13:39.166Z  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-04T02:13:39.222Z  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-04T02:13:39.222Z  INFO 73 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:39.419Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:39.465Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:39.501Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:39.549Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:3ed174f4-338c-46f4-bbc6-25f9080f3932;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:39.591Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:39.593Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:39.615Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:39.617Z  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-04T02:13:39.617Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@292a0df2']
	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-04T02:13:39.848Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:39.880Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:40.132Z  INFO 73 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.961 seconds (process running for 31.398)
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-04T02:13:40.175Z  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-04T02:13:40.213Z  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-04T02:13:40.250Z  INFO 73 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-04T02:13:40.252Z  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-04T02:13:40.298Z  INFO 73 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-04T02:13:40.299Z  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-04T02:13:40.332Z  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-04T02:13:40.369Z  INFO 73 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-04T02:13:40.370Z  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: 1.293 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-04T02:13:40.388Z  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-04T02:13:40.394Z  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.119 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-04T02:13:40.571Z  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-04T02:13:40.573Z  INFO 73 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:40.673Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:40.703Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:40.730Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:40.745Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:1c1bfde7-91dc-4dc4-b05d-12a160804c43;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:40.774Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:40.776Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:40.788Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:40.790Z  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-04T02:13:40.791Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5ec39a7c']
	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-04T02:13:40.961Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:41.022Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:41.252Z  INFO 73 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.714 seconds (process running for 32.518)
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-04T02:13:41.275Z  INFO 73 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-04T02:13:41.276Z  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-04T02:13:41.293Z  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-04T02:13:41.307Z  INFO 73 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-04T02:13:41.309Z  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-04T02:13:41.320Z  INFO 73 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-04T02:13:41.321Z  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-04T02:13:41.336Z  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-04T02:13:41.357Z  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-04T02:13:41.372Z  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-04T02:13:41.387Z  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-04T02:13:41.404Z  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: 0.895 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-04T02:13:41.459Z  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-04T02:13:41.459Z  INFO 73 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:13:41.638Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:13:41.693Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 53 ms. Found 16 JPA repository interfaces.
2026-05-04T02:13:41.735Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:13:41.766Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:e3ae562a-e5fa-4fc7-904d-3e33a850b071;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:13:41.813Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:13:41.819Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:13:41.840Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:13:41.848Z  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-04T02:13:41.849Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@bd15940']
	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-04T02:13:42.212Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:13:42.275Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:13:42.464Z  INFO 73 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 1.027 seconds (process running for 33.73)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:42.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.321Z  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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.471Z  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-04T02:13:43.484Z  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-04T02:13:43.485Z  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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.615Z  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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:43.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.629Z  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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.779Z  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-04T02:13:44.788Z  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-04T02:13:44.788Z  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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.955Z  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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:44.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.460Z  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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.667Z  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-04T02:13:45.671Z  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-04T02:13:45.671Z  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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.729Z  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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:45.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.156Z  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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.281Z  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-04T02:13:46.291Z  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-04T02:13:46.291Z  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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.410Z  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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.828Z  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-04T02:13:46.832Z  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-04T02:13:46.832Z  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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.886Z  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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:46.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.203Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.260Z  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-04T02:13:47.265Z  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-04T02:13:47.265Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.321Z  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-04T02:13:47.326Z  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-04T02:13:47.326Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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: delete from return_pet_entity rpe1_0
2026-05-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.622Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.678Z  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-04T02:13:47.682Z  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-04T02:13:47.682Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.733Z  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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:47.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.026Z  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-04T02:13:48.030Z  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-04T02:13:48.030Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.082Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.315Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.370Z  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-04T02:13:48.373Z  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-04T02:13:48.373Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.422Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.474Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.708Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.763Z  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-04T02:13:48.767Z  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-04T02:13:48.767Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.828Z  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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:48.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.076Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.131Z  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-04T02:13:49.136Z  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-04T02:13:49.136Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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 return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.417Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.476Z  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-04T02:13:49.481Z  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-04T02:13:49.481Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.531Z  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-04T02:13:49.537Z  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-04T02:13:49.537Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.588Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.822Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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: 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-04T02:13:49.901Z  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-04T02:13:49.901Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.951Z  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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:49.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.209Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.272Z  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-04T02:13:50.276Z  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-04T02:13:50.276Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.325Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.609Z  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-04T02:13:50.613Z  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-04T02:13:50.613Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.667Z  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-04T02:13:50.672Z  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-04T02:13:50.672Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.720Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.959Z  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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:50.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.014Z  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-04T02:13:51.019Z  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-04T02:13:51.019Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.068Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.298Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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 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-04T02:13:51.358Z  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-04T02:13:51.358Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.409Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.640Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.696Z  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-04T02:13:51.700Z  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-04T02:13:51.700Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.749Z  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-04T02:13:51.754Z  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-04T02:13:51.754Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.805Z  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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:51.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.040Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.096Z  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-04T02:13:52.100Z  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-04T02:13:52.100Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.158Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.410Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.474Z  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-04T02:13:52.479Z  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-04T02:13:52.479Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.531Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.791Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.850Z  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-04T02:13:52.855Z  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-04T02:13:52.855Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.912Z  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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:52.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.171Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.242Z  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-04T02:13:53.248Z  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-04T02:13:53.248Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.304Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.614Z  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-04T02:13:53.619Z  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-04T02:13:53.619Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.676Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.928Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.985Z  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-04T02:13:53.990Z  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-04T02:13:53.990Z  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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:53.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.040Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.292Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.352Z  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-04T02:13:54.356Z  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-04T02:13:54.356Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.410Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.649Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.708Z  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-04T02:13:54.712Z  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-04T02:13:54.712Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.764Z  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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:54.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.008Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.066Z  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-04T02:13:55.071Z  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-04T02:13:55.071Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.121Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.366Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.431Z  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-04T02:13:55.435Z  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-04T02:13:55.435Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.486Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.733Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.790Z  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-04T02:13:55.794Z  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-04T02:13:55.794Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.844Z  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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:55.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.088Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.146Z  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-04T02:13:56.151Z  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-04T02:13:56.151Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.211Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.457Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.519Z  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-04T02:13:56.523Z  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-04T02:13:56.523Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.575Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.839Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.899Z  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-04T02:13:56.903Z  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-04T02:13:56.903Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.954Z  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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:56.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.220Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.341Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.585Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.640Z  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-04T02:13:57.644Z  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-04T02:13:57.644Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.693Z  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-04T02:13:57.701Z  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-04T02:13:57.701Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.750Z  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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.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-04T02:13:57.993Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.069Z  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-04T02:13:58.073Z  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-04T02:13:58.074Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.126Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.365Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.421Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.711Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.768Z  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-04T02:13:58.773Z  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-04T02:13:58.773Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.821Z  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-04T02:13:58.826Z  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-04T02:13:58.826Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.882Z  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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:58.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.151Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.207Z  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-04T02:13:59.212Z  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-04T02:13:59.212Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.500Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.558Z  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-04T02:13:59.563Z  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-04T02:13:59.563Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.613Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.848Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.904Z  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-04T02:13:59.910Z  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-04T02:13:59.910Z  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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.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-04T02:13:59.963Z  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: 18.56 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-04T02:13:59.979Z  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-04T02:13:59.986Z  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-04T02:14:00.045Z  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-04T02:14:00.046Z  INFO 73 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:00.166Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:00.196Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:00.212Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:00.224Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5f8021b4-7f1e-4977-9d38-b329be596855;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:00.252Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:00.255Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:00.269Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:00.271Z  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-04T02:14:00.274Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@51564775']
	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-04T02:14:00.478Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:00.571Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:00.956Z  INFO 73 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.964 seconds (process running for 52.223)
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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:00.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.442Z  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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.725Z  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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.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-04T02:14:01.996Z  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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.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-04T02:14:02.290Z  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.336 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-04T02:14:02.352Z  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-04T02:14:02.352Z  INFO 73 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:02.522Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:02.565Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 41 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:02.596Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:02.624Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c02b8cf9-28dc-4c93-88ed-c3c78a93deaf;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:02.666Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:02.671Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:02.689Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:02.690Z  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-04T02:14:02.691Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@14917629']
	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-04T02:14:02.903Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:02.959Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:03.684Z  INFO 73 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 1.357 seconds (process running for 54.95)
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-04T02:14:03.702Z  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-04T02:14:03.726Z  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-04T02:14:03.776Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-04T02:14:03.786Z  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-04T02:14:03.821Z  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-04T02:14:03.874Z  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-04T02:14:03.918Z  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-04T02:14:04.017Z  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-04T02:14:04.069Z  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-04T02:14:04.122Z  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-04T02:14:04.164Z  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-04T02:14:04.201Z  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: 1.908 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-04T02:14:04.227Z  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-04T02:14:04.262Z  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-04T02:14:04.348Z  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-04T02:14:04.348Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:04.419Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:04.438Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:04.485Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:04.641Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:39543778-3aae-4c5e-bd8f-c0f74f007a18;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:04.671Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:04.672Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:04.696Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:04.701Z  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-04T02:14:04.702Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@66c36e93']
	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-04T02:14:04.940Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:05.055Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:05.408Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 1.14 seconds (process running for 56.674)
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: 1.233 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-04T02:14:05.474Z  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-04T02:14:05.487Z  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-04T02:14:05.512Z  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-04T02:14:05.512Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:05.587Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:05.621Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:05.638Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:05.651Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:512c2407-4c35-4d93-ab16-67d7f331f89d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:05.669Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:05.671Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:05.681Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:05.683Z  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-04T02:14:05.683Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7073131b']
	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-04T02:14:05.843Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:05.889Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:06.125Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.633 seconds (process running for 57.392)
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-04T02:14:06.148Z  INFO 73 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-04T02:14:06.151Z  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-04T02:14:06.165Z  INFO 73 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:14:06.166Z  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-04T02:14:06.187Z  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-04T02:14:06.209Z  INFO 73 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:14:06.209Z  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-04T02:14:06.224Z  INFO 73 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-04T02:14:06.225Z  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-04T02:14:06.236Z  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-04T02:14:06.258Z  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-04T02:14:06.277Z  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-04T02:14:06.291Z  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-04T02:14:06.305Z  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.841 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-04T02:14:06.391Z  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-04T02:14:06.391Z  INFO 73 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:06.463Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:06.489Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:06.510Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:06.526Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d87773e8-9add-41a2-aa39-7a432981b0f5;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:06.548Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:06.550Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:06.563Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:06.565Z  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-04T02:14:06.566Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3d051b2f']
	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-04T02:14:06.690Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:06.740Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:06.952Z  INFO 73 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.6 seconds (process running for 58.218)
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: 1.021 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-04T02:14:07.343Z  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-04T02:14:07.364Z  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-04T02:14:07.389Z  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-04T02:14:07.389Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:07.474Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:07.495Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:07.511Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:07.530Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:fe959eba-7257-46f5-b11a-fe80dc4952f8;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:07.552Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:07.553Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:07.564Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:07.567Z  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-04T02:14:07.568Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@39959266']
	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-04T02:14:07.714Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:07.769Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:07.919Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.552 seconds (process running for 59.185)
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-04T02:14:07.936Z  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-04T02:14:07.956Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-04T02:14:07.957Z  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-04T02:14:07.971Z  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-04T02:14:07.986Z  INFO 73 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-04T02:14:07.987Z  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-04T02:14:08.011Z  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.679 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-04T02:14:08.020Z  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-04T02:14:08.026Z  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-04T02:14:08.045Z  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-04T02:14:08.045Z  INFO 73 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-04T02:14:08.106Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-04T02:14:08.127Z  INFO 73 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2026-05-04T02:14:08.140Z  INFO 73 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-04T02:14:08.151Z  INFO 73 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:3d2efc32-b69d-4ad8-9e67-27b6bc474e2f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-04T02:14:08.167Z  INFO 73 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-04T02:14:08.169Z  INFO 73 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-04T02:14:08.188Z  INFO 73 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-04T02:14:08.190Z  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-04T02:14:08.190Z  INFO 73 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@593b2f8e']
	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-04T02:14:08.300Z  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, size float(24), id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex 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-04T02:14:08.344Z  INFO 73 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-04T02:14:08.649Z  INFO 73 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.62 seconds (process running for 59.915)
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-04T02:14:08.689Z  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-04T02:14:08.730Z  INFO 73 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-04T02:14:08.732Z  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-04T02:14:08.772Z  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-04T02:14:08.804Z  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-04T02:14:08.833Z  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-04T02:14:08.860Z  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-04T02:14:08.878Z  INFO 73 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-04T02:14:08.878Z  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-04T02:14:08.896Z  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-04T02:14:08.918Z  INFO 73 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-04T02:14:08.918Z  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-04T02:14:08.933Z  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.918 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-04T02:14:08.941Z  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-04T02:14:08.943Z  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.274 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:03 min
[INFO] Finished at: 2026-05-04T02:14:09Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 cd474d9e4ce085329dee81eb4af1b7ae328fc5735a92cb6ee222099bf30751fb
$ docker rm -f --volumes cd474d9e4ce085329dee81eb4af1b7ae328fc5735a92cb6ee222099bf30751fb
[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 3f0d9fa8a606ecc7b1ce0dc441ed912e4ffc8e3459a85cd6cd15a66a33b2fa06 -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...
[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] 02:14:18.240 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] 02:14:18.256 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 02:14:18.259 Linux 6.17.0-20-generic (amd64)
[INFO] 02:14:18.649 User cache: /root/.sonar/cache
[INFO] 02:14:19.580 Communicating with SonarQube Server 25.3.0.104237
[INFO] 02:14:19.619 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 02:14:21.582 Load global settings
[INFO] 02:14:21.773 Load global settings (done) | time=195ms
[INFO] 02:14:21.804 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 02:14:21.832 Loading required plugins
[INFO] 02:14:21.836 Load plugins index
[INFO] 02:14:21.952 Load plugins index (done) | time=116ms
[INFO] 02:14:21.953 Load/download plugins
[INFO] 02:14:22.359 Load/download plugins (done) | time=406ms
[INFO] 02:14:22.893 Process project properties
[INFO] 02:14:22.914 Process project properties (done) | time=21ms
[INFO] 02:14:22.933 Project key: co.edu.udistrital.mdp:MP_202610_G81_E3_Back
[INFO] 02:14:22.933 Base dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back
[INFO] 02:14:22.934 Working dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/sonar
[INFO] 02:14:22.949 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back'
[INFO] 02:14:22.966 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back' (done) | time=17ms
[INFO] 02:14:23.035 Load quality profiles
[INFO] 02:14:23.109 Load quality profiles (done) | time=74ms
[INFO] 02:14:23.129 Auto-configuring with CI 'Jenkins'
[INFO] 02:14:23.195 Load active rules
[INFO] 02:14:23.613 Load active rules (done) | time=417ms
[INFO] 02:14:23.624 Load analysis cache
[INFO] 02:14:23.634 Load analysis cache (404) | time=10ms
[INFO] 02:14:23.760 Preprocessing files...
[INFO] 02:14:24.211 2 languages detected in 120 preprocessed files
[INFO] 02:14:24.211 0 files ignored because of scm ignore settings
[INFO] 02:14:24.217 Loading plugins for detected languages
[INFO] 02:14:24.218 Load/download plugins
[INFO] 02:14:24.648 Load/download plugins (done) | time=430ms
[INFO] 02:14:24.833 Load project repositories
[INFO] 02:14:24.965 Load project repositories (done) | time=132ms
[INFO] 02:14:24.998 Indexing files...
[INFO] 02:14:25.000 Project configuration:
[INFO] 02:14:25.015   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 02:14:25.048 120 files indexed
[INFO] 02:14:25.050 Quality profile for java: Sonar way MP
[INFO] 02:14:25.050 Quality profile for xml: Sonar way
[INFO] 02:14:25.050 ------------- Run sensors on module MP_202610_G81_E3_Back
[INFO] 02:14:25.140 Load metrics repository
[INFO] 02:14:25.169 Load metrics repository (done) | time=29ms
[INFO] 02:14:26.181 Sensor JavaSensor [java]
[INFO] 02:14:26.185 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 02:14:26.224 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 02:14:26.227 Using ECJ batch to parse 100 Main java source files with batch size 104 KB.
[INFO] 02:14:26.780 Starting batch processing.
[INFO] 02:14:27.699 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 02:14:35.059 100% analyzed
[INFO] 02:14:35.059 Batch processing: Done.
[INFO] 02:14:35.061 Did not optimize analysis for any files, performed a full analysis for all 100 files.
[WARNING] 02:14:35.067 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 02:14:35.070 Using ECJ batch to parse 19 Test java source files with batch size 104 KB.
[INFO] 02:14:35.130 Starting batch processing.
[INFO] 02:14:37.121 100% analyzed
[INFO] 02:14:37.121 Batch processing: Done.
[INFO] 02:14:37.122 Did not optimize analysis for any files, performed a full analysis for all 19 files.
[INFO] 02:14:37.123 No "Generated" source files to scan.
[INFO] 02:14:37.123 Sensor JavaSensor [java] (done) | time=10942ms
[INFO] 02:14:37.123 Sensor SurefireSensor [java]
[INFO] 02:14:37.127 parsing [/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/surefire-reports]
[INFO] 02:14:37.698 Sensor SurefireSensor [java] (done) | time=575ms
[INFO] 02:14:37.699 Sensor XML Sensor [xml]
[INFO] 02:14:37.710 1 source file to be analyzed
[INFO] 02:14:38.070 1/1 source file has been analyzed
[INFO] 02:14:38.072 Sensor XML Sensor [xml] (done) | time=373ms
[INFO] 02:14:38.073 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 02:14:38.078 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E3_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 02:14:38.081 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 02:14:38.276 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=203ms
[INFO] 02:14:38.277 Sensor Java Config Sensor [iac]
[INFO] 02:14:38.307 0 source files to be analyzed
[INFO] 02:14:38.308 0/0 source files have been analyzed
[INFO] 02:14:38.309 Sensor Java Config Sensor [iac] (done) | time=32ms
[INFO] 02:14:38.309 Sensor IaC Docker Sensor [iac]
[INFO] 02:14:38.443 0 source files to be analyzed
[INFO] 02:14:38.443 0/0 source files have been analyzed
[INFO] 02:14:38.443 Sensor IaC Docker Sensor [iac] (done) | time=134ms
[INFO] 02:14:38.443 Sensor TextAndSecretsSensor [text]
[INFO] 02:14:38.444 Available processors: 4
[INFO] 02:14:38.444 Using 4 threads for analysis.
[INFO] 02:14:39.040 Using git CLI to retrieve untracked files
[WARNING] 02:14:39.045 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
[INFO] 02:14:39.081 120 source files to be analyzed
[INFO] 02:14:39.336 120/120 source files have been analyzed
[INFO] 02:14:39.340 Sensor TextAndSecretsSensor [text] (done) | time=897ms
[INFO] 02:14:39.347 ------------- Run sensors on project
[INFO] 02:14:39.680 Sensor Zero Coverage Sensor
[INFO] 02:14:39.681 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 02:14:39.681 Sensor Java CPD Block Indexer
[INFO] 02:14:39.835 Sensor Java CPD Block Indexer (done) | time=154ms
[INFO] 02:14:39.836 ------------- Gather SCA dependencies on project
[INFO] 02:14:39.870 SCM Publisher SCM provider for this project is: git
[INFO] 02:14:39.872 SCM Publisher 5 source files to be analyzed
[INFO] 02:14:40.243 SCM Publisher 5/5 source files have been analyzed (done) | time=371ms
[INFO] 02:14:40.263 CPD Executor 51 files had no CPD blocks
[INFO] 02:14:40.264 CPD Executor Calculating CPD for 49 files
[INFO] 02:14:40.287 CPD Executor CPD calculation finished (done) | time=22ms
[INFO] 02:14:40.304 SCM revision ID 'b6740f6d411923dcac91afd799fc2deace330e91'
[INFO] 02:14:40.688 Analysis report generated in 335ms, dir size=712.7 kB
[INFO] 02:14:41.090 Analysis report compressed in 400ms, zip size=314.2 kB
[INFO] 02:14:41.147 Analysis report uploaded in 56ms
[INFO] 02:14:41.152 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E3_Back
[INFO] 02:14:41.154 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 02:14:41.154 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=bdd287c7-b238-486c-a9b5-b391d10a4127
[INFO] 02:14:41.214 Analysis total time: 18.791 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  26.745 s
[INFO] Finished at: 2026-05-04T02:14:41Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 3f0d9fa8a606ecc7b1ce0dc441ed912e4ffc8e3459a85cd6cd15a66a33b2fa06
$ docker rm -f --volumes 3f0d9fa8a606ecc7b1ce0dc441ed912e4ffc8e3459a85cd6cd15a66a33b2fa06
[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
Finished: SUCCESS